home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 June
/
PCWorld_2007-06_cd.bin
/
v cisle
/
pfrank
/
PFrankSetupSVN1.95.exe
/
{app}
/
SearchRep_initStubs.py
< prev
next >
Wrap
Text File
|
2007-04-08
|
490b
|
25 lines
#!/usr/bin/python
"""
This module sets up the configurator object which is shared
by all the searchrep modules.
"""
class SearchRepConfig:
"""
this class used by searchRep modules to configure saved options
and to set up the command and statistics files which are
accessed by the modules.
"""
def __init__ (self) :
# set up current file
self.filename = ""
# create configurator object
configurator = SearchRepConfig()